home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM25 / TFORM25.txt
Text File  |  2000-07-30  |  3KB  |  126 lines

  1. object Form25: TForm25
  2.   Left = 334
  3.   Top = 121
  4.   Width = 222
  5.   Height = 434
  6.   Caption = 'Blemish/Pixel'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnDeactivate = FormDeactivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label2: TLabel
  21.     Left = 20
  22.     Top = 332
  23.     Width = 46
  24.     Height = 16
  25.     Caption = 'Correct:'
  26.   end
  27.   object Label1: TLabel
  28.     Left = 7
  29.     Top = 0
  30.     Width = 181
  31.     Height = 16
  32.     Caption = 'To visually select blemish, right'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clGreen
  35.     Font.Height = -13
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 7
  42.     Top = 20
  43.     Width = 200
  44.     Height = 16
  45.     Caption = 'click on the image to zoom in first.'
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clGreen
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object StringGrid1: TStringGrid
  54.     Left = 10
  55.     Top = 39
  56.     Width = 184
  57.     Height = 238
  58.     ColCount = 3
  59.     DefaultColWidth = 45
  60.     DefaultRowHeight = 20
  61.     FixedCols = 0
  62.     RowCount = 10000
  63.     TabOrder = 0
  64.     OnDrawCell = StringGrid1DrawCell
  65.     ColWidths = (
  66.       45
  67.       45
  68.       36)
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 103
  72.     Top = 286
  73.     Width = 93
  74.     Height = 30
  75.     Hint = 'Delete the row at the cursor'
  76.     Caption = 'Delete Row'
  77.     ParentShowHint = False
  78.     ShowHint = True
  79.     TabOrder = 1
  80.     OnClick = BitBtn1Click
  81.   end
  82.   object BitBtn2: TBitBtn
  83.     Left = 10
  84.     Top = 286
  85.     Width = 92
  86.     Height = 30
  87.     Hint = 'Insert a blank row at the cursor'
  88.     Caption = 'Insert Row'
  89.     ParentShowHint = False
  90.     ShowHint = True
  91.     TabOrder = 2
  92.     OnClick = BitBtn2Click
  93.   end
  94.   object BitBtn3: TBitBtn
  95.     Left = 58
  96.     Top = 359
  97.     Width = 91
  98.     Height = 31
  99.     Hint = 'Close this window and refresh changes'
  100.     Caption = 'Refresh'
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.     TabOrder = 3
  104.     OnClick = BitBtn3Click
  105.     Kind = bkOK
  106.   end
  107.   object ComboBox1: TComboBox
  108.     Left = 69
  109.     Top = 325
  110.     Width = 129
  111.     Height = 24
  112.     Hint = 
  113.       'Correction is applied as specified here.  "Always" will always c' +
  114.       'orrect. "Only when bad" will correct the pixels only when the pi' +
  115.       'xel diverges considerably from its neighbors.'
  116.     ItemHeight = 16
  117.     Items.Strings = (
  118.       'Always'
  119.       'Only when bad')
  120.     ParentShowHint = False
  121.     ShowHint = True
  122.     TabOrder = 4
  123.     Text = 'Always'
  124.   end
  125. end
  126.